Conversation
|
/ok to test 99646dd |
This comment has been minimized.
This comment has been minimized.
|
Ralf is probably the main user of the toolshed scripts, so let me request his review |
|
|
||
| Options: | ||
| -v, --verbose Verbose pytest output (-ra -s -v) | ||
| --install Force editable install with [test] extras |
There was a problem hiding this comment.
This seems a bit out of scope for a script that runs tests. Personally I would be surprised if a script called run_test_all started installing stuff and assumed that pip install -e . is a thing from wherever I ran it.
Installing dependencies seems like a separate concern from running tests.
There was a problem hiding this comment.
Yeah, I was on the fence about this but I was wanting this to be "one stop shop" script that handles everything a user would need when running from a clean branch.
run_test_all.sh scriptrun_test_all.sh script
run_test_all.sh scriptrun_tests.sh script
…. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Tue Sep 9 15:07:24 2025 -0700 # # On branch rparolin/run_test_all # Your branch is up to date with 'origin/rparolin/run_test_all'. # # Changes to be committed: # new file: conftest.py # new file: pytest.ini # modified: scripts/run_tests.sh # modified: tests/integration/test_smoke.py #
… into rparolin/run_test_all
|
/ok test ed3236a |
|
/ok to test 8b5ae53 |
|
/ok to test 6c32a0b |
…sabled flag: CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM
|
/ok to test 4dd2fac |
rwgk
left a comment
There was a problem hiding this comment.
I didn't review run_tests.sh in detail, but I'll try it out as soon as this PR is merged!
|
/ok to test 846c5c7 |
|
@rwgk Sorry to trouble you again for another review. Its making me get the PR re-approved after I made your requested change. |
|
Sorry I missed this before! Great to see this merged. |
|
Thanks everyone! 👍 🚀 |
[scripts] Adding
run_tests.shscriptThe
run_tests.shscript runs all the nested cuda_python modules unit tests and reports back a unified status.